Auto merge of #3659 - nathanaeljones:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 8 Feb 2017 18:20:52 +0000 (18:20 +0000)
committerbors <bors@rust-lang.org>
Wed, 8 Feb 2017 18:20:52 +0000 (18:20 +0000)
Fix #3658 .cargo/config prevents freshness (sort after HashMap)

The many vectors of BuildOutput are populated from a HashMap in cargo_compile... and later these vectors are hashed.

HashMaps are the bane of Cargo's existence.

But for now, we sort.

1  2 
tests/build-script.rs

Simple merge